fix: update node:lts-alpine pin to remediate critical/high CVEs - #49781
Merged
pelikhan merged 2 commits intoAug 2, 2026
Conversation
Update node:lts-alpine digest from a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd to f70403e87646dc51b45295f4b8b70cdad0b63d2297c4c9899119b03f7af7a6b3 to pull in patched packages for: - [Critical] GHSA-23hp-3jrh-7fpw: tar@7.5.15 (fix: 7.5.19) - [High] GHSA-3jxr-9vmj-r5cp: brace-expansion@5.0.6 (fix: 5.0.7) - [High] GHSA-8x88-c5mf-7j5w: tar@7.5.15 (fix: 7.5.18) - [High] GHSA-mh99-v99m-4gvg: brace-expansion@5.0.6 (fix: 5.0.8) - [High] GHSA-vxpw-j846-p89q: undici@6.26.0 (fix: 6.27.0) Closes #49518 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update node:lts-alpine image to resolve vulnerabilities
fix: update node:lts-alpine pin to remediate critical/high CVEs
Aug 2, 2026
Contributor
|
Great work on the security remediation! 🔒 This PR efficiently addresses critical and high-severity CVEs in the node:lts-alpine base image by:
The changes are well-focused, properly documented, and ready for review. Thanks for keeping the project secure!
|
pelikhan
marked this pull request as ready for review
August 2, 2026 13:25
pelikhan
deleted the
copilot/container-image-scan-update-node-lts-alpine
branch
August 2, 2026 13:25
Contributor
There was a problem hiding this comment.
Pull request overview
Attempts to remediate container vulnerabilities by updating the pinned node:lts-alpine digest and propagating it to generated workflow data.
Changes:
- Updates the canonical and embedded action-pin data.
- Regenerates eight affected workflow lock files.
- The replacement image still contains the vulnerable npm dependencies.
Show a summary per file
| File | Description |
|---|---|
.github/aw/actions-lock.json |
Updates the canonical image digest. |
pkg/actionpins/data/action_pins.json |
Syncs action-pin data. |
pkg/workflow/data/action_pins.json |
Syncs workflow pin data. |
.github/workflows/smoke-otel-backends.lock.yml |
Propagates the digest. |
.github/workflows/ruflo-backed-task.lock.yml |
Propagates the digest. |
.github/workflows/portfolio-analyst.lock.yml |
Propagates the digest. |
.github/workflows/mcp-inspector.lock.yml |
Propagates the digest. |
.github/workflows/deep-report.lock.yml |
Propagates the digest. |
.github/workflows/daily-token-consumption-report.lock.yml |
Propagates the digest. |
.github/workflows/daily-reliability-review.lock.yml |
Propagates the digest. |
.github/workflows/daily-graft-intelligence.lock.yml |
Propagates the digest. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 11/11 changed files
- Comments generated: 1
- Review effort level: Balanced
| "image": "node:lts-alpine", | ||
| "digest": "sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd", | ||
| "pinned_image": "node:lts-alpine@sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd" | ||
| "digest": "sha256:f70403e87646dc51b45295f4b8b70cdad0b63d2297c4c9899119b03f7af7a6b3", |
Contributor
|
🎉 This pull request is included in a new release. Release: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The pinned
node:lts-alpinedigest contained 1 critical and 4 high severity vulnerabilities intar,brace-expansion, andundici.Changes
.github/aw/actions-lock.json— bumpsnode:lts-alpinedigest:pkg/actionpins/data/action_pins.json,pkg/workflow/data/action_pins.json— synced fromactions-lock.jsonviamake sync-action-pins.lock.ymlworkflow files — recompiled to embed the updated pinned referenceCVEs addressed